Merged
Conversation
将httpx依赖项从通配符改为指定版本范围,并添加httpcore和exceptiongroup依赖
实现ntfy.sh通知渠道的完整功能,包括同步/异步消息发送、高级功能配置和集成测试 添加示例代码展示基础使用、高级功能和集成方式 包含完整的单元测试覆盖所有功能场景
移除httpcore和exceptiongroup依赖,并将httpx版本限制放宽为任意版本
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(ntfy): 添加ntfy.sh通知渠道支持
实现ntfy.sh通知渠道的完整功能,包括同步/异步消息发送、高级功能配置和集成测试
添加示例代码展示基础使用、高级功能和集成方式
包含完整的单元测试覆盖所有功能场景